home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / CRS / crs59.d81 / krnlprnt.sda / SAMSEQ.LNK (.txt) < prev    next >
GEOS ConVerT  |  2009-10-10  |  1KB  |  23 lines

  1. SamSeq.lnk
  2. PRG formatted GEOS file V1.0
  3. EPSON FX-80
  4. SAMSEQ
  5. BLASTER'S CONVERTER V2.5
  6. universal.dbm
  7. universal.dbg
  8. Write Image V2.0
  9. geoWrite    V1.1
  10. GEOPROGRAMMER sample file.
  11. ;************************************************************************
  12. ;        SamSeq.lnk
  13. ;    This is the GeoLinker command file for the GeoProgrammer package
  14. ;    sample application.
  15. ;************************************************************************
  16. .output    universal    ;name for output file
  17. .header    SamSeqHdr.rel    ;name of file containing header block to use
  18. .seq        ;this is a sequential application
  19. .psect    $0400    ;program code starts at $0400
  20. .ramsect    $1000    ;program data area starts at $1000
  21. SamSeq.rel    ;name of file which contains relocatable
  22.             ;code and data from GeoAssembler
  23.